Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

fix(build): don't copy the bower_components folder in build #608

Closed
wants to merge 1 commit into from
Closed

fix(build): don't copy the bower_components folder in build #608

wants to merge 1 commit into from

Conversation

eddiemonge
Copy link
Member

This changes the default copy of the bower_components to not copy it
during grunt build to the /dist folder. bowerInstall should copy
the needed files into the index.html so usemin can process them.
If the files don't confirm to the Bower spec, a user can manually add a
line in the index.html file so they are included in the build process.

Fixes #590

BREAKING CHANGE: bower_components is no longer copied into the /dist
folder.

This changes the default copy of the `bower_components` to not copy it
during `grunt build` to the */dist* folder. **bowerInstall** should copy
the needed files into the *index.html* so **usemin** can process them.
If the files don't confirm to the Bower spec, a user can manually add a
line in the *index.html* file so they are included in the build process.

Fixes #590

BREAKING CHANGE: bower_components is no longer copied into the /dist
folder.
@jeef3
Copy link

jeef3 commented Mar 7, 2014

👍

@eddiemonge eddiemonge deleted the 590_dont_copy_bower_components branch May 28, 2014 00:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Full bower_components folder is included in /dist build
2 participants